home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / renderlib40 / src / rnd_diversity.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-12-14  |  331 b   |  13 lines

  1.  
  2. #ifndef _RND_DIVERSITY_H
  3. #define _RND_DIVERSITY_H
  4.  
  5. #include <utility/tagitem.h>
  6. #include <exec/memory.h>
  7. #include "rnd_palette.h"
  8.  
  9. LIBAPI LONG RGBArrayDiversityA(ULONG *rgb, UWORD w, UWORD h, struct TagItem *tags);
  10. LIBAPI LONG ChunkyArrayDiversityA(UBYTE *chunky, RNDPAL *palette, UWORD w, UWORD h, struct TagItem *tags);
  11.  
  12. #endif
  13.